home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 September / macformat-004.iso / Demos / Asymptote / Examples / Manual Examples / Do_All_Plots next >
Encoding:
Text File  |  1994-06-15  |  318 b   |  15 lines  |  [TEXT/DWat]

  1. graphunits inches
  2. % Position the graph location for the first graph
  3. % and run the script ‘DoPlot1’ to draw it
  4. graphframe 2 6 1 3
  5. Do_Plot_A
  6. drawframe
  7.  
  8. % Now do the same for the second and third graphs % moving the graph location each time.
  9. graphframe 2 5 4 6
  10. Do_Plot_B
  11. drawframe
  12.  
  13. graphframe 1 7 8 10
  14. Do_Plot_C
  15. drawframe